func go/types.hasVarSize

6 uses

	go/types (current package)
		builtins.go#L758: 		if hasVarSize(x.typ, nil) {
		builtins.go#L822: 		if hasVarSize(base, nil) {
		builtins.go#L846: 		if hasVarSize(x.typ, nil) {
		builtins.go#L1013: func hasVarSize(t Type, seen map[*Named]bool) (varSized bool) {
		builtins.go#L1032: 		return hasVarSize(u.elem, seen)
		builtins.go#L1035: 			if hasVarSize(f.typ, seen) {